Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
func_num_args
func_num_args
Returns the number of parameters passed to the function
Name:
func_num_args
Category:
Function processing
Programming Language:
php
One-line Description:
Returns the number of parameters passed to the function
Related
【Avoid Parameter Out-of-Bounds Errors! Use func_num_args for Safe Function Argument Checks】
5
10
Similar Functions
function_exists
function_exists
Returntrueifthegiven
forward_static_call_array
forward_static_call_array
Callstaticmethodsand
call_user_func
call_user_func
Callthefirstparamete
register_tick_function
register_tick_function
Registeranexecutionf
func_get_args
func_get_args
Returnsanarraycontai
call_user_func_array
call_user_func_array
Callthecallbackfunct
forward_static_call
forward_static_call
Callingstaticmethods
func_get_arg
func_get_arg
Returnsaniteminthepa
Popular Articles
【Avoid Parameter Out-of-Bounds Errors! Use func_num_args for Safe Function Argument Checks】